github.com/jackc/pgx/v5/pgconn.MultiResultReader.statementDescriptions (field)

6 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L1508: 	statementDescriptions []*StatementDescription
		pgconn.go#L1554: 			if len(mrr.statementDescriptions) > 0 {
		pgconn.go#L1562: 				sd := mrr.statementDescriptions[0]
		pgconn.go#L1563: 				mrr.statementDescriptions = mrr.statementDescriptions[1:]
		pgconn.go#L1945: 		statementDescriptions: batch.statementDescriptions,